﻿CHARACTERS = {
	c:BIK = {
		create_character = {
			# Maharaja Ratan Singh
			#role = politician # Remove this line
			first_name = "Ratan_Singh"
			last_name = "Rathore"
			ruler = yes
			age = 46
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				persistent
			}
		}	

		create_character = {
			# Maharaja Sardar Singh
			#role = politician # Remove this line
			first_name = "Sardar_Singh"
			last_name = "Rathore"
			heir = yes
			age = 18
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}
	}
}
